home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 287
- Top = 110
- Width = 385
- Height = 265
- Caption = 'Text File Indexing Utility'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 12
- Top = 96
- Width = 55
- Height = 13
- Caption = 'File &Offsets:'
- FocusControl = ListBox1
- end
- object Label5: TLabel
- Left = 132
- Top = 96
- Width = 225
- Height = 29
- Alignment = taCenter
- AutoSize = False
- Caption = 'This method indexes a text file based on @ markers in the file.'
- WordWrap = True
- end
- object Label4: TLabel
- Left = 132
- Top = 128
- Width = 225
- Height = 89
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'Pick a form file to index. Click go and the list of offsets will' +
- ' appear to the left. If you click test some sample data will be ' +
- 'entered at the offsets. Remember, after testing, the offset mark' +
- 'ers are erased and need to be added before you can index again.'
- WordWrap = True
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 377
- Height = 89
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- object Label2: TLabel
- Left = 8
- Top = 12
- Width = 45
- Height = 13
- Caption = 'Form File:'
- end
- object Label3: TLabel
- Left = 72
- Top = 12
- Width = 32
- Height = 13
- Caption = 'Label3'
- end
- object Bevel1: TBevel
- Left = 6
- Top = 28
- Width = 363
- Height = 9
- Shape = bsTopLine
- end
- object BitBtn2: TBitBtn
- Left = 8
- Top = 36
- Width = 73
- Height = 49
- Caption = '&Pick File'
- TabOrder = 0
- OnClick = BitBtn2Click
- Glyph.Data = {
- 66010000424D6601000000000000760000002800000014000000140000000100
- 040000000000F000000000000000000000001000000010000000000000000000
- BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 33333333000030000000000000333333000030788888888880333333000030F7
- 7777777780333333000030F99777777780333333000030FFFFFFFFFF70333333
- 0000300000000000003333330000333333333333333333330000333003333333
- 3333333300003330033333333333333300003330033333300000000300003330
- 03303330FFFFFF030000333008300330F4444F030000333800000030FFFFFF03
- 0000333380000030F4444F030000333333300330FFFFFF030000333333303330
- F44F00030000333333333330FFFF003300003333333333300000033300003333
- 33333333333333330000}
- Layout = blGlyphTop
- end
- object BitBtn1: TBitBtn
- Left = 88
- Top = 36
- Width = 73
- Height = 49
- Caption = '&Go'
- TabOrder = 1
- OnClick = BitBtn1Click
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000010000000000000008000
- 0000008000008080000000008000800080000080800080808000C0C0C000FF00
- 000000FF0000FFFF00000000FF00FF00FF0000FFFF00FFFFFF00666667777777
- 766666660000000076666666000AA0007666666600AAAA0076666666000AA000
- 766666660000000076666666000E80007666666600E10E007666666600088000
- 766666660000000076666666004C440076666666044444C0766666660C444440
- 766666660044C400766666660000000066666666666666666666}
- Layout = blGlyphTop
- end
- object BitBtn4: TBitBtn
- Left = 168
- Top = 36
- Width = 73
- Height = 49
- Caption = '&Test'
- TabOrder = 2
- OnClick = BitBtn4Click
- Glyph.Data = {
- 06020000424D0602000000000000760000002800000028000000140000000100
- 0400000000009001000000000000000000001000000000000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 33333333333333333333333FFFF3333FFFF33333330000333300003333333377
- 77FF337777FF33333033360330333603333F37F3377F37F3377F330330FFF303
- 30F3F303337337F3337F37F3337F303330FFF303303FF30337F337F3337FF7F3
- 337F3033303FF307703FF30337F337FFFF7777FFFF7F30330700003000000073
- 37F377777737777777733030733333333033073337F773333333373F77333707
- 3333333333003333377733333333337733333333333333333333333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 33333333333333333333}
- Layout = blGlyphTop
- NumGlyphs = 2
- end
- end
- object ListBox1: TListBox
- Left = 12
- Top = 112
- Width = 89
- Height = 113
- ItemHeight = 13
- TabOrder = 1
- end
- object OpenDialog1: TOpenDialog
- Filter = 'Form Files (*.FRM)|*.FRM'
- Left = 310
- Top = 192
- end
- end
-